home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
271_02
/
d_pos.doc
< prev
next >
Wrap
Text File
|
1987-08-18
|
720b
|
39 lines
NAME
d_pos -- position the cursor on a video page
SYNOPSIS
void d_pos(r, c, p);
int r; row number
int c; column number
int p; video page (must match current mode)
DESCRIPTION
This function positions the cursor on the specified video
page. Row, column, and page values must match the current
video mode.
EXAMPLE
d_pos(10, 15, 0); /* position cursor on row 10, column 15,
video page 0 */
This function is found in SMTCx.LIB for the Turbo-C Compiler